Search
StreetShape Constructor
See Also
 





Initializes a new instance of the StreetShape class.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public StreetShape (
    XmlReader reader,
    Dictionary<Int64, Point> nodes
)

Visual Basic  Copy Code

Public New ( _
    reader As XmlReader, _
    nodes As Dictionary(Of Int64, Point) _
)

 Parameters

reader

nodes

 See Also